home *** CD-ROM | disk | FTP | other *** search
- /* NAME:
- QI Constants.h
-
- WRITTEN BY:
- Dair Grant
-
- DESCRIPTION:
- Header file for shared constants.
-
- ___________________________________________________________________________
- */
- #ifndef __QI_CONSTANTS__
- #define __QI_CONSTANTS__
- //=============================================================================
- // Defines
- //-----------------------------------------------------------------------------
- #define kMacType 1 // Index into theCodeResources
- #define kMacTypeSelectorType gestaltMachineType // Gestalt type of selector
-
- #define kMacTypeAddressTable 'QuIn' // Address table selector
- #define kMacTypeSelectorResType 'Code' // Resource type of selector code
- #define kMacTypeSelectorResID 128 // Resource id of selector code
-
-
- #endif
-